home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 November / PCWNOV07.iso / Software / Freeware / SyncBack SE 4.2.3.1 / SyncBackSE_Setup.exe / {app} / SyncBackSE.exe / 0 / RCDATA / TFRMGMISC / TFRMGMISC.txt
Encoding:
Text File  |  2007-07-31  |  537 b   |  29 lines

  1. object frmGMisc: TfrmGMisc
  2.   Left = 0
  3.   Top = 0
  4.   Width = 600
  5.   Height = 400
  6.   TabOrder = 0
  7.   TabStop = True
  8.   DesignSize = (
  9.     600
  10.     400)
  11.   object lProfilePassword: TTntLabel
  12.     Left = 8
  13.     Top = 11
  14.     Width = 276
  15.     Height = 13
  16.     Anchors = [akLeft, akTop, akRight]
  17.     Caption = 'Password protect this profile from modification or deletion'
  18.   end
  19.   object eProfilePassword: TTntEdit
  20.     Left = 8
  21.     Top = 27
  22.     Width = 161
  23.     Height = 21
  24.     PasswordChar = '*'
  25.     TabOrder = 0
  26.     OnExit = eProfilePasswordExit
  27.   end
  28. end
  29.